NevronOpenVision
Nevron.Nov.DataStructures Namespace / NAsIterator<TFrom,TTo> Class
Members
In This Topic
    NAsIterator<TFrom,TTo> Class
    In This Topic
    An iterator, which aggregates another iterator and casts it output to the specified type.
    Object Model
    NAsIterator<TFrom,TTo> Class
    Syntax
    public class NAsIterator<TFrom,TTo> : INIterator<TTo>  
    where TFrom: class
    where TTo: class
    Type Parameters
    TFrom
    TTo
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NAsIterator<TFrom,TTo>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also